Skip to main content

All Questions

0votes
1answer
477views

How to manage squid authentication

I'm running a squid server. I want to limit my users for using their usernames to use my proxy server. For example, I define a limit for a username named (user1) that if, for example, 3 devices use ...
erikmsi's user avatar
3votes
1answer
3kviews

NGINX can't read custom headers from response

From my nginx server I want to get an auth response with custom headers from an external Apache server. The problem is, I can't get the custom header's value. location /app { ...
nano1254's user avatar
0votes
1answer
1kviews

lynx proxy authorization

A number of scripts on my system are relying on lynx which in turn can't pass through my proxy. More specifically, lynx successfully picks up the global proxy settings except the user id and password ...
rych's user avatar
  • 141
4votes
3answers
18kviews

ssh through authentication requiring proxy

At work we have of course a company's-proxy. I need to ssh to some machines out of the company's network. The proxy, though, requires authentication. Let's assume we have the following variables: ...
Tom Mekken's user avatar
1vote
1answer
1kviews

Dante authenticating user

I have this VPS that has 5 external/public ip addresses and, on only one of them I want to allow user 'someuser' to login in dante: internal: 122.231.9.3 port = 1080 external: 122.231.9.3 ...
Romeo Mihalcea's user avatar
2votes
0answers
298views

firefox 38 hanging with corporate proxy and winbind?

I seem to have broken firefox 38 and it is unusable. It just hangs and freezes for long periods of time ranging from a few seconds up to infinity - usually in steps at the authentication prompt for ...
Pip's user avatar
  • 43
6votes
2answers
79kviews

Using curl to access basic auth protected website via proxy (polipo)

I am trying to download a file protected via basic auth: curl "http://User:[email protected]/blub/bla.bin" This is working fine. As soon as I tell curl to use my locally installed polipo it fails: $ ...
FadenB's user avatar
1vote
0answers
1kviews

HTTPS Authentication problem : Polipo

I use internet behind http proxy, and that requires authentication. I tried using polipo to bypass the authenticated proxy to 127.0.0.1:9134. Applying these settings to my browser, works fine for ...
shivshnkr's user avatar
7votes
3answers
29kviews

CentOS use .pac file as proxy

I have to use a proxy with authentication to connect to the Internet. But I can't find any solution for this. I have modify my yum.conf, with a lot of possibilities: proxy=http://myproxy.domaine.com:...
Nico's user avatar
  • 247
9votes
3answers
39kviews

How to configure for an Authenticating Proxy Server

My work proxy server requires authentication with the Microsoft AD domain user credentials. Everybody knows how it works: If you log in on a Windows workstation, your "Internet Explorer" browser based ...
Johan's user avatar
  • 4,238
2votes
1answer
6kviews

User authentication over Dante proxy server

Below is my Dante SOCKS Proxy server configuration that I connect to without any authentication: internal: eth0 port = 53200 internal: 127.0.0.1 port = 53200 external: eth0 clientmethod: none method:...
user avatar
18votes
2answers
129kviews

How to telnet via proxy authentication?

I am behind a proxy server in my college. It uses a simple username and password authentication. And i connect to the proxy server to port 3128. now i want to telnet simply to say any website on the ...
Aakash Sigdel's user avatar
6votes
1answer
9kviews

Where to supply authentication details to the Network Proxy (Central Proxy) on Fedora?

My system is running Fedora 16 and I live in a campus where we use LAN to connect to the Internet. And for this, we use an http proxy with authentication (username & password). I tried putting the ...
Vishnu's user avatar
3votes
1answer
533views

Configure applications to ask for a user:pass behind a proxy

Here's the deal: I'm trying to set up a SQL server with Debian Linux, I managed to install Debian - but I can't get apt-get to work, since I'm behind a proxy. I already managed to setup Iceweasel to ...
Johnny Bigoode's user avatar
2votes
1answer
14kviews

How to setup proxy authentication in the Debian shell?

I think that once I used export http_proxy=http://user:password@address:port/ successfully. But now when I use wget it shows Error parsing proxy URL http://user:passwordaddress:port/: Bad port ...
Jader Dias's user avatar

close